翻訳と辞書
Words near each other
・ Memory cell (binary)
・ Memory cells (motor cortex)
・ Memory Chapel
・ Memory clinic
・ Memory coherence
・ Memory configurator
・ Memory conformity
・ Memory confusion protocol
・ Memory consolidation
・ Memory controller
・ Memory corruption
・ Memory Cove
・ Memory Cove Wilderness Protection Area
・ Memory Crash
・ Memory data register
Memory debugger
・ Memory dependence prediction
・ Memory development
・ Memory disambiguation
・ Memory disorder
・ Memory distrust syndrome
・ Memory divider
・ Memory effect
・ Memory erasure
・ Memory errors
・ Memory Eternal (chant)
・ Memory foam
・ Memory footprint
・ Memory for Forgetfulness
・ Memory forensics


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Memory debugger : ウィキペディア英語版
Memory debugger

A memory debugger is a programming tool for finding memory leaks and buffer overflows. These are due to bugs related to the allocation and deallocation of dynamic memory. Programs written in languages that have garbage collection, such as managed code, might also need memory debuggers, e.g. for memory leaks due to "living" references in collections.
==Overview==
Memory debuggers work by monitoring memory access, allocations, and deallocation of memory. Many memory debuggers require applications to be recompiled with special dynamic memory allocation libraries, whose APIs are mostly compatible with conventional dynamic memory allocation libraries, or else use dynamic linking. Electric Fence is such a debugger which debugs memory allocation with malloc. Some memory debuggers (e.g. Valgrind) work by running the executable in a virtual machine-like environment, monitoring memory access, allocation and deallocation so that no recompilation with special memory allocation libraries is required.
As abnormally high memory utilization can be a contributing factor in software aging, memory debuggers can help programmers to avoid software anomalies that would exhaust the computer system memory, thus ensuring high reliability of the software even for long runtimes.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Memory debugger」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.